Crate exc_service

source ·
Expand description

Define the Request and ExcService traits, and provide some useful helper traits.

Re-exports§

Modules§

Structs§

  • The core service wrapper of this crate, which implements ExcService<T> if the request type of the underlying service implements Adaptor<T>.